home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / P / Passing Notes.cpt / Passing Notes / card_12170.txt < prev    next >
Text File  |  1992-04-01  |  7KB  |  261 lines

  1. -- card: 12170 from stack: in
  2. -- bmap block id: 10490
  3. -- flags: 4000
  4. -- background id: 11656
  5. -- name: responses
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   hide cd fld adam
  9.   hide cd fld source
  10.   set scroll of cd fld source to 0
  11.   pass closeCard
  12. end closeCard
  13.  
  14.  
  15. -- part 1 (button)
  16. -- low flags: 00
  17. -- high flags: 2000
  18. -- rect: left=2 top=29 right=64 bottom=40
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 9301 / 9301
  21. -- text alignment: 1
  22. -- font id: 0
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: New Button
  27. ----- HyperTalk script -----
  28. on mouseUp
  29.   wright
  30. end mouseUp
  31. prev cd
  32.  
  33.  
  34. -- part 6 (button)
  35. -- low flags: 00
  36. -- high flags: 0000
  37. -- rect: left=83 top=19 right=342 bottom=341
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 1
  41. -- font id: 0
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: 
  46. ----- HyperTalk script -----
  47. on mouseUp
  48.   popUp "adam"
  49. end mouseUp
  50.  
  51.  
  52. -- part 15 (button)
  53. -- low flags: 00
  54. -- high flags: A000
  55. -- rect: left=403 top=190 right=202 bottom=415
  56. -- title width / last selected line: 0
  57. -- icon id / first selected line: 0 / 0
  58. -- text alignment: 1
  59. -- font id: 3
  60. -- text size: 9
  61. -- style flags: 0
  62. -- line height: 12
  63. -- part name: ⁄
  64. ----- HyperTalk script -----
  65. on mouseUp
  66.   lock screen
  67.   show cd fld "source"
  68.   unlock screen with dissolve
  69. end mouseUp
  70.  
  71.  
  72. -- part 16 (button)
  73. -- low flags: 00
  74. -- high flags: A000
  75. -- rect: left=378 top=231 right=243 bottom=390
  76. -- title width / last selected line: 0
  77. -- icon id / first selected line: 0 / 0
  78. -- text alignment: 1
  79. -- font id: 3
  80. -- text size: 9
  81. -- style flags: 0
  82. -- line height: 12
  83. -- part name: €
  84. ----- HyperTalk script -----
  85. on mouseUp
  86.   push cd
  87.   set cursor to 14
  88.   visual dissolve
  89.   go cd id 5234
  90.   wait until mouseClick()
  91.   visual dissolve
  92.   pop cd
  93. end mouseUp
  94.  
  95.  
  96. -- part 17 (button)
  97. -- low flags: 00
  98. -- high flags: A000
  99. -- rect: left=398 top=210 right=223 bottom=410
  100. -- title width / last selected line: 0
  101. -- icon id / first selected line: 0 / 0
  102. -- text alignment: 1
  103. -- font id: 3
  104. -- text size: 9
  105. -- style flags: 0
  106. -- line height: 12
  107. -- part name: ›
  108. ----- HyperTalk script -----
  109. on mouseUp
  110.   doScro down
  111. end mouseUp
  112. cd "Parting Shots"
  113.  
  114.  
  115. -- part 5 (field)
  116. -- low flags: 81
  117. -- high flags: 2004
  118. -- rect: left=393 top=53 right=173 bottom=486
  119. -- title width / last selected line: 0
  120. -- icon id / first selected line: 0 / 0
  121. -- text alignment: 0
  122. -- font id: 3
  123. -- text size: 9
  124. -- style flags: 0
  125. -- line height: 10
  126. -- part name: adam
  127.  
  128.  
  129. -- part 18 (button)
  130. -- low flags: 80
  131. -- high flags: 0000
  132. -- rect: left=500 top=330 right=342 bottom=512
  133. -- title width / last selected line: 0
  134. -- icon id / first selected line: 0 / 0
  135. -- text alignment: 1
  136. -- font id: 3
  137. -- text size: 9
  138. -- style flags: 0
  139. -- line height: 12
  140. -- part name: QuitHC
  141. ----- HyperTalk script -----
  142. on mouseUp
  143.   doMenu "Quit HyperCard"
  144. end mouseUp
  145.  
  146.  
  147. -- part 21 (button)
  148. -- low flags: 00
  149. -- high flags: A000
  150. -- rect: left=379 top=251 right=263 bottom=391
  151. -- title width / last selected line: 0
  152. -- icon id / first selected line: 0 / 0
  153. -- text alignment: 1
  154. -- font id: 3
  155. -- text size: 9
  156. -- style flags: 0
  157. -- line height: 12
  158. -- part name: ‹
  159. ----- HyperTalk script -----
  160. on mouseUp
  161.   global modTemp, pendState
  162.   set cursor to 4
  163.   if pendState is not "Msg Pending" then
  164.     send mouseUp to bg btn "Cancel Msg" of cd "Responses2"
  165.   end if
  166.   put cantmodify of this stack into modTemp
  167.   set cantmodify of this stack to false
  168.   hide cd btn "Please Wait" of cd "Responses2"
  169.   hide menuBar
  170.   visual zoom out
  171.   go cd "Responses2"
  172.   if visible of cd btn "Please Wait" is true then
  173.     hide cd btn "Please Wait"
  174.   end if
  175.   set cantmodify of this stack to modTemp
  176. end mouseUp
  177.  
  178.  
  179.  
  180. -- part 8 (field)
  181. -- low flags: 81
  182. -- high flags: 0007
  183. -- rect: left=69 top=130 right=302 bottom=485
  184. -- title width / last selected line: 0
  185. -- icon id / first selected line: 0 / 0
  186. -- text alignment: 0
  187. -- font id: 3
  188. -- text size: 12
  189. -- style flags: 0
  190. -- line height: 15
  191. -- part name: source
  192. ----- HyperTalk script -----
  193. on mouseUp
  194.   lock screen
  195.   hide cd fld "source"
  196.   unlock screen with dissolve
  197. end mouseUp
  198.  
  199.  
  200. -- part contents for card part 5
  201. ----- text -----
  202. Michaelangelo's sketch for  the center piece of his frescos in the Sistine Chapel‚Äì Adam's body just before it receives the divine spark. 
  203.  
  204.  
  205. -- part contents for card part 8
  206. ----- text -----
  207.                                                            (click on text to return) 
  208.  
  209.                                     BIBLIOGRAPHY                                                                                          
  210.  
  211. Barnett, Lincoln, THE UNIVERSE AND DR. EINSTEIN, New York, Harper & Row, 1948.
  212.  
  213. Barrett, William, THE ILLUSION OF TECHNIQUE,  Garden City,    
  214. N.Y, Anchor Books, 1979.
  215.  
  216. Berdyaev, Nicolas, THE DESTINY OF MAN, New York, Harper & Row, 
  217. 1960.  
  218.  
  219. Dawkins, Richard, THE SELFISH GENE, N.Y. , Oxford University Press, 1976.
  220.  
  221. DeMars, Dennis, HYPER-MAC-IN-TALK, (speech lab in a stack), GEnie, freeware, 1987.
  222.  
  223. Dostoevsky, Fyodor, THE BROTHERS KHARAMOZOV,  trans. by Constance Garnett.
  224.  
  225. Gribbin, John, IN SEARCH OF SHRODINGER‚ÄôS CAT, New York, Bantam Books, 1984.
  226.  
  227. Gribbin, John, IN SEARCH OF THE DOUBLE HELIX- QUANTUM PHYSICS AND LIVE,  New York, Bantam Books, 1987.
  228.  
  229. Happold, F. C., MYSTICISM‚ÄîA STUDY AND AN ANTHOLOGY, Penguin Books, Baltimore, Maryland, 1983.
  230.  
  231. Kuhn, Thomas, THE STRUCTURE OF SCIENTIFIC REVOLUTIONS, Chicago, The University of Chicago Press, 1970.
  232.  
  233. Lewis, C.S., ABOLITION OF MAN, New York, MacMillan Publishing Co.. Inc., 1947.
  234.  
  235. Lewis, C.S., MERE CHRISTIANITY, New York, Macmillan Co., 1960.
  236.  
  237. Lopreato, Joseph, HUMAN NATURE AND BIOCULTURAL EVOLUTION, Boston, Allen &Unwin, 1984.
  238.  
  239. McFarland, Dorthy, SIMONE WEIL, New York, Crossroad Publishing Co., 1983.
  240.  
  241. Nietzsche, Friedrich, BEYOND GOOD AND EVIL, trans. W. Kaufmann, New York, Random House, 1966.
  242.  
  243. Nietzsche, Friedrich, TWILIGHT OF THE IDOLS and THE ANTI-CHIRST, trans. R.J. Hollingdale, Middlesex, England, Penguin Books, 1968.
  244.  
  245. Plato, THE COLLECTED DIALOGUES OF PLATO, (p. 80-82 of the dialogue 
  246. PHAEDO is discussed here) trans. Hugh Tredennick, Princeton, N.J., Princeton Univ. Press, 1969- (lots of other editions available)
  247.  
  248. Smith, Robertson, Reed, the revolving quotation knob on the "realities" card is from Robertson's the STACK STARTER.
  249.  
  250. Thoreau, H. D., WALDEN, Mass., Ticknor & Fields, 1854.
  251.  
  252. Weil, Simone, GRAVITY AND GRACE, New York, G. P. Putnam & Sons, 1952.
  253.  
  254. Weil, Simone, ON SCIENCE, NECESSITY, AND THE LOVE OF GOD, ed. Richard Rees,  London, Oxford University Press, 1968. 
  255.  
  256. Whitehead, Alfred, North, SCIENCE ANDTHE MODERN WORLD, New York, New American Library, 1925.
  257.  
  258. Zukav, Gary, THE DANCING WU LI MASTERS‚⧠ New York, Bantam Books, 1979.
  259.  
  260. (click on text to return)
  261.